const mime.upperhex
5 uses
mime (current package)
encodedword.go#L153: buf.WriteByte(upperhex[b>>4])
encodedword.go#L154: buf.WriteByte(upperhex[b&0x0f])
encodedword.go#L184: const upperhex = "0123456789ABCDEF"
mediatype.go#L74: b.WriteByte(upperhex[ch>>4])
mediatype.go#L75: b.WriteByte(upperhex[ch&0x0F])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |